linkr bookmarker
linkr bookmarker
什麼是linkr bookmarker?
linkr bookmarker是由dwrx開發的Chrome擴展程式,該擴展的主要功能是“linkr bookmarker”。
擴展截圖
下載linkr bookmarker擴展crx文件
下載linkr bookmarker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
linkr linking bookmark tool. * when visiting a website of interest, click the toolbar icon to add to the linkr bookmark system.
擴展基本資訊
名稱 | linkr bookmarker |
ID | aaookjmibflccbcbjpkklmlaffkgpcpe |
官方網址 | https://chromewebstore.google.com/detail/linkr-bookmarker/aaookjmibflccbcbjpkklmlaffkgpcpe |
簡介 | linkr bookmarker |
檔案大小 | 44.13 KB |
安裝次數 | 22 |
目前版本 | 0.0.1.111 |
更新時間 | 2014-04-19 |
上架時間 | 2014-04-18 |
開發者 | dwrx |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "d9b.png" }, "description": "linkr bookmarker", "icons": { "128": "d9b.png", "19": "d9b.png" }, "manifest_version": 2, "name": "linkr bookmarker", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.0.1.111" } |