Easy Bookmark
Easy bookmark pages.
什麼是Easy Bookmark?
Easy Bookmark是由nghiai3e開發的Chrome擴展程式,該擴展的主要功能是“Easy bookmark pages.”。
擴展截圖
下載Easy Bookmark擴展crx文件
下載Easy Bookmark擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Easy Bookmark - Much more convenient for bookmarking pages. No more wasted time to find and organize your bookmark.
+ Easily find and select which folder that bookmarked pages should belong to.
+ Easily create new folder and save your favorite page.
+ Support auto suggestion to choose folders.
+ Support shortcut key. The default shortcut is Ctrl + Shift + Y.
+ Totally free!!! 擴展基本資訊
| 名稱 | |
| ID | kdidhjilcckdjjpfddiclfpadmjonpnk |
| 官方網址 | https://chromewebstore.google.com/detail/easy-bookmark/kdidhjilcckdjjpfddiclfpadmjonpnk |
| 簡介 | Easy bookmark pages. |
| 檔案大小 | 60.16 KB |
| 安裝次數 | 117 |
| 目前版本 | 1.3.4 |
| 更新時間 | 2015-11-21 |
| 上架時間 | 2015-11-21 |
| 評分 | 4.00/5 共 13 次評分 |
| 開發者 | nghiai3e |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Easy Bookmark",
"version": "1.3.4",
"manifest_version": 2,
"description": "Easy bookmark pages.",
"short_name": "EasyBookmark",
"icons": {
"16": "images\/bookmark16.png",
"24": "images\/bookmark24.png",
"32": "images\/bookmark32.png",
"48": "images\/bookmark48.png"
},
"background": {
"page": "popup.html",
"persistent": true
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"permissions": [
"bookmarks",
"tabs"
],
"web_accessible_resources": [
"css\/*.*",
"images\/*.*"
],
"page_action": {
"default_icon": "images\/bookmark16.png",
"default_title": "Bookmark this page",
"default_popup": "popup.html"
},
"commands": {
"_execute_page_action": {
"suggested_key": {
"default": "Ctrl + Shift + Y",
"windows": "Ctrl + Shift + Y",
"mac": "Ctrl + Shift + Y",
"linux": "Ctrl + Shift + Y"
},
"global": false,
"description": "Easy bookmark"
}
}
} | |