Add Favicon to the Bookmark Bar
Add Favicon to the Bookmark Bar
Add Favicon to the Bookmark Barとは何ですか?
Add Favicon to the Bookmark BarはVere Perrotによって開発されたChromeの拡張機能で、その主な機能は「Add Favicon to the Bookmark Bar」です。
拡張機能のスクリーンショット
Add Favicon to the Bookmark Bar拡張機能のCRXファイルをダウンロード
Add Favicon to the Bookmark Bar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Add Favicon to the Bookmark Bar
拡張機能の基本情報
名前 | |
ID | ipbjookipmdkionffmgohjojpohpipno |
公式URL | https://chrome.google.com/webstore/detail/add-favicon-to-the-bookma/ipbjookipmdkionffmgohjojpohpipno |
説明 | Add Favicon to the Bookmark Bar |
ファイルサイズ | 15.53 KB |
インストール数 | 116 |
現在のバージョン | 1.0 |
最終更新日 | 2016-01-02 |
公開日 | 2016-01-02 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Vere Perrot |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Add Favicon to the Bookmark Bar", "version": "1.0", "manifest_version": 2, "description": "Add Favicon to the Bookmark Bar", "author": "Vere Perrot", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "bookmarks", "tabs" ] } |