Site Manager
History, Bookmarks and Cookies management for a current web page
Site Managerとは何ですか?
Site ManagerはAndrew Kamenchukによって開発されたChromeの拡張機能で、その主な機能は「History, Bookmarks and Cookies management for a current web page」です。
拡張機能のスクリーンショット
Site Manager拡張機能のCRXファイルをダウンロード
Site Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Allows you to manage history, bookmarks and cookies for a current web page. 拡張機能の基本情報
| 名前 | |
| ID | lhcegedjbcofpcjkldppeeomjekpkjec |
| 公式URL | https://chromewebstore.google.com/detail/site-manager/lhcegedjbcofpcjkldppeeomjekpkjec |
| 説明 | History, Bookmarks and Cookies management for a current web page |
| ファイルサイズ | 21.94 KB |
| インストール数 | 96 |
| 現在のバージョン | 1.1.2 |
| 最終更新日 | 2017-03-20 |
| 公開日 | 2017-03-20 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | Andrew Kamenchuk |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/andrew-kamenchuk/sm-chrome-popup |
| ヘルプページのURL | https://github.com/andrew-kamenchuk/sm-chrome-popup/issues |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Site Manager",
"description": "History, Bookmarks and Cookies management for a current web page",
"version": "1.1.2",
"minimum_chrome_version": "57",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"browser_action": {
"default_popup": "popup.html"
},
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"permissions": [
"tabs",
"history",
"bookmarks",
"cookies",
"contextMenus",
" | |