I can not find them under ~/Library/Application Support/Google/Chrome/; Where are they?
Mac Pro 10.8.4
Chrome Version 26.0.1410.65
The default locations of Chrome's profile directory are documented in the User Data Directory article on Googlesource.com. (When this article was written in 2013, the User Data Directory article was at chromium.org.) It says there,
To determine the user data directory for a running Chrome instance:
Navigate to chrome://version
Look for the Profile Path field. This gives the path to the profile directory.
The user data directory is the parent of the profile directory.
For Chrome on Mac, it's
~/Library/Application\ Support/Google/Chrome/Default
The actual location can be different, by setting the --user-data-dir=path/to/directory flag.
If only one user is registered in Chrome, look in the Default/Extensions subdirectory. Otherwise, look in the <profile user name>/Extensions directory.
If that didn't help, you can always do a custom search.
Go to chrome://extensions/, and find out the ID of an extension (32 lowercase letters) (if not done already, activate "Developer mode" first).
Open the terminal, cd to the directory which is most likely a parent of your Chrome profile (if unsure, try ~ then /).
Run find . -type d -iname "<EXTENSION ID HERE>", for example:
find . -type d -iname jifpbeccnghkjeaalbbjmodiffmgedin
Result:
You can find all Chrome extensions in below location.
/Users/{mac_user}/Library/Application Support/Google/Chrome/Default/Extensions
For Mac EI caption/Mac Sierra, Chrome extension folders were located at
/Users/$USER/Library/Application\ Support/Google/Chrome/Profile*/Extensions/
With the new App Launcher YOUR APPS (not chrome extensions) stored in Users/[yourusername]/Applications/Chrome Apps/
They are found on either one of the below locations depending on how chrome was installed
When chrome is installed at the user level, it's located at:
~/Users/<username>/Library/Application\ Support/Google/Chrome/Default/Extensions
When installed at the root level, it's at:
/Library/Application\ Support/Google/Chrome/Default/Extensions
Go to chrome://version and get the right profile path.
In this folder you can find the extensions assigned to your profile by their id.
To find an extension id, enable the Developer mode in the extension page (chrome://extensions).
The id is now displayed within the extension details.
Source: https://www.maketecheasier.com/view-source-code-chrome-extension/
Related
Let's say I have 2 folders - apple & orange
Now I opened apple in VSCode using code apple.
In the embedded terminal in VSCode, how do I open orange folder in the same instance as apple by overriding it without starting a new instance?
Support for multi-root workspaces is there.vscode-insiders which support multiple projects at same time.Please refer to our documentation for a full explanation of all the features that come with it. Extension authors should refer to our wiki that explains the new extension APIs to make your extension ready for multi-root workspaces.
You can do it like this:
I just tried in my system it working perfectly fine to open a another folder in same instance
code -r path
Like: code -r C:\Users\admin\xxxx\xxxx\apple(orange already opened in the same instance)
If you want to open a existing folder in new window from terminal:
code -n Path
Like: code -n C:\Users\admin\xxxx\xxxx\apple(apple will opens in another window and orange also there.)
If you want to open a new tab in same instance by terminal:
code filename.extension (Hit enter then just press ctrl+S and then it saved the file in the same directory).
Thanks for the question.Hope this will match your curiosity B|
#rioV8 suggested this solution: File > Add Folder to Workspace ==> Multi Root Workspace
Because I can't open my Jupyter
it show
Copy/paste this URL into your browser when you connect for the first time,
to login with a token:
http://localhost:8890/?token=006f1d3a1045d356d73a63650f0ca05aa4fe786a24a52e72
0:97: execution error: "http://localhost:8890/tree?token=b322d4e463b5458e6545c58e49120e1a7081d36e01c6f531" doesn’t understand the “open location” message. (-1708)
so I google this solution is I need to go to
~/.jupyter/jupyter_notebook_config.py
on my mac and edit the file
but I don't know how to go the ~/.jupyter/jupyter_notebook_config.py ...
You'll probably need to show hidden files on your Mac. .jupyter is a hidden folder in your Home directory.
I'm a newbie to OSX.
I have installed android studio and created an test project.
I would like to open up the test project directory as what I can do in Windows.
Here is the path to the test project directory:
/Users/wenhao/AndroidStudioProjects
But I have no idea where to navigate the /Users directory.
Appreciate if someone can help me out.
--- EDIT ---
I recalled that I have accidentally deleted something from the finder.
So, in order for those section to show: please follow this post - http://www.mac-forums.com/forums/os-x-operating-system/193314-accidentally-removed-device-finder-sidebar.html
In Finder, you should have on the left side "Devices" section, and under that, "Macintosh HD". From there, you should be able to find the path you are looking for.
Alternately, you could open Terminal app (in the Utilities folder of your Applications); that should put you in the /Users/wenhao directory, where you can just issue the command open AndroidStudioProjects to show it in Finder.
I am having strange problem. I used to run appcfg.py to update my app to appengine but now its not working anymore. When I run this command
C:\Program Files <x86>\Google\google_appengine>appcfg.py update E:\path\myApp\
Its not giving me anything, no error no feedback. Its just back to this line
C:\Program Files <x86>\Google\google_appengine>
Any idea about this issue!
P.S. I'm using Python 2.7. My code is updating through google app launcher but I need to run it from cmd prompt as I will be downloading/uploading appengine stuff which launcher doesn't allow me to do!
Thanks
I still had a little trouble with the instructions. Here's the steps I used to create a batch file to use the Google App Engine download_app with Windows 7.
In my example,
I'll use drive, C:
Default python path will be, C:\Python27\python.exe
GAE path (include "), "C:\Program Files (x86)\Google\google_appengine\appcfg.py"
App ID {your_app_id} will be just your app-id name
{your_app_version} is the "Version:" number in your GAE app.yaml file
I'll create a folder on my Windows 7 desktop and call it GAE_App
The desktop folder path will be C:\Users\{username}\Desktop\GAE_App
{your email} will be the Gmail account connected to your GAE
Right-click on the desktop and select New->Text Document. Open the newly created text document and add the following line of code modified for your setup to the blank text document,
C:\Python27\python.exe "C:\Program Files (x86)\Google\google_appengine\appcfg.py" download_app -A {your_app_id} -V {your_app_version} --email={your email} C:\Users\{username}\Desktop\GAE_App
Save the text document and change the file name to GAE_Download.bat
It's important that the extension now says ".bat" instead of ".txt"
Once finished, click on the batch to execute it. You'll be asked for a password and then the files should download into the GAE_App folder on your desktop. Now, whenever you need to download your files, just click on the batch file.
Not sure why Google didn't simply include this feature with their GAE for Windows software.
I faced the same issue. Here is a simple solution.
Just do this following Steps:
Go to program file where google app engine is installed. Generally It is named as Google.
click on appcfg.py and select open with.. Select "Choose Default Programs".
Select Python from programs and select "Always Use the selected program to open this kind of file" .
Now run the command you should get the results on command line.
For reference click here
Fixed by accessing python lib like that
C:\Python27>python appcfg.py update E:\path\myApp\
Here's a solution that worked for me:
"google_appengine/appcfg.py" update "C:\PATH TO APP
The appcfg.bat that should be used is located **C:\Program Files\Google\Cloud SDK\google-cloud-sdk\platform\appengine-java-sdk\bin** and not the empty appcfg.bat that for some unknown reason also was here C:\Program Files\Google\Cloud SDK\
Good practice is to add this path to the system variable PATH
This worked for me
Basis
<PATH_TO_PYTHON>python <PATH_TO_APPCFG.PY>appcfg.py -A <PROJECT_INSTANCE_NAME> update app.yaml
Example
X:\Software\Python2.7\python Q:\SOFTWARE\GoogleAppEngineSDK\appcfg.py -A great-1337 update app.yaml
I am using Firefox 3.6 as my browser, it's installed on "C:\Program Files\Mozilla Firefox".
But I cannot find offline storage cache directory in it, and I cannot find configuration about cache directory in Firefox either. Anyone knows the directory? Thanks!
Type "about:cache" in the address bar.
It depends on your Windows version. See: http://www.addictivetips.com/windows-tips/firefox-cache-files-and-folder-in-windows/ .
The location of Firefox's cache varies depending on your version of Windows, but it's always found in your local user's application data folder.
On Windows XP/2000:
C:\Documents and Settings\[Your User Name]\Application Data\Mozilla\Firefox\Profiles\
On Windows Vista/7:
C:\Users\[Your User Name]\AppData\Local\Mozilla\Firefox\Profiles\