Pins
Pins Chrome extension
什麼是Pins?
Pins是由https://objectivesheep.com開發的Chrome擴展程式,該擴展的主要功能是“Pins Chrome extension”。
擴展截圖
下載Pins擴展crx文件
下載Pins擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Chrome Extension for Pins, the Mac Bookmarks Manager App. This extension will add a toolbar button that allows to add the current page to Pins with one simple click.
擴展基本資訊
名稱 | Pins |
ID | bijbbalamfkbdladlefegiaajfhmbjep |
官方網址 | https://chromewebstore.google.com/detail/pins/bijbbalamfkbdladlefegiaajfhmbjep |
簡介 | Pins Chrome extension |
檔案大小 | 8.08 KB |
安裝次數 | 486 |
目前版本 | 2.0 |
更新時間 | 2018-08-03 |
上架時間 | 2018-08-03 |
評分 | 4.00/5 共 5 次評分 |
開發者 | https://objectivesheep.com |
付費類型 | free |
擴展官網 | http://pinsapp.com |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pins", "description": "Pins Chrome extension", "version": "2.0", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "48": "Info-48.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Add to Pins", "default_icon": "icon.png" }, "manifest_version": 2 } |