Quick Bookmark to Folders
Lets you create fast buttons for bookmarking into your favourite folders
什麼是Quick Bookmark to Folders?
Quick Bookmark to Folders是由krystof1000開發的Chrome擴展程式,該擴展的主要功能是“Lets you create fast buttons for bookmarking into your favourite folders”。
擴展截圖
下載Quick Bookmark to Folders擴展crx文件
下載Quick Bookmark to Folders擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Anyone else bothered with bookmarking to folders in Chrome? I was using this extension: https://chrome.google.com/webstore/detail/cgfpmbdcelimppngkinoingifggiiifl but I had to make a possibility to create more buttons for bookmarking. So give credit to Robin, the creator of that extension as well!
擴展基本資訊
名稱 | Quick Bookmark to Folders |
ID | mifmiegljejaablipoiodebmmngiekon |
官方網址 | https://chromewebstore.google.com/detail/quick-bookmark-to-folders/mifmiegljejaablipoiodebmmngiekon |
簡介 | Lets you create fast buttons for bookmarking into your favourite folders |
檔案大小 | 152 KB |
安裝次數 | 96 |
目前版本 | 1.2 |
更新時間 | 2015-01-26 |
上架時間 | 2015-01-25 |
評分 | 3.00/5 共 2 次評分 |
開發者 | krystof1000 |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "manifest_version": 2, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick Bookmark to Folders", "version": "1.2", "description": "Lets you create fast buttons for bookmarking into your favourite folders", "browser_action": { "default_icon": "images\/browser_icon_19.png", "default_popup": "popup.html" }, "icons": { "128": "images\/icon_128.png", "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png" }, "permissions": [ "bookmarks", "tabs" ] } |