Save Tabs set to Pinboard
Login to Pinboard is prerequisite
Save Tabs set to Pinboardとは何ですか?
Save Tabs set to PinboardはYohei Marion Okuyamaによって開発されたChromeの拡張機能で、その主な機能は「Login to Pinboard is prerequisite」です。
拡張機能のスクリーンショット
Save Tabs set to Pinboard拡張機能のCRXファイルをダウンロード
Save Tabs set to Pinboard拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Thank you for checking out. This extension is focus to only one function; "Save tab sets to Pinboard". That's it. Pinboard extension by mceglowski is great but mainly I use the save tab button. And I wanted to finish the job in one click. So I made this extension. If you click on the icon, it direct you to save tab set page. This also adds context menu so you can right click anywhere and choose "save tabs to Pinboard" to do the same. In this case you can hide the icon without losing its functionality.
拡張機能の基本情報
名前 | Save Tabs set to Pinboard |
ID | ehddnmgofimbganchpecibdhmdlaghno |
公式URL | https://chromewebstore.google.com/detail/save-tabs-set-to-pinboard/ehddnmgofimbganchpecibdhmdlaghno |
説明 | Login to Pinboard is prerequisite |
ファイルサイズ | 9.23 KB |
インストール数 | 284 |
現在のバージョン | 1.0 |
最終更新日 | 2013-08-10 |
公開日 | 2013-08-10 |
評価 | 4.40/5 合計 5 レビュー |
開発者 | Yohei Marion Okuyama |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save Tabs set to Pinboard", "description": "Login to Pinboard is prerequisite", "version": "1.0", "permissions": [ "tabs", "https:\/\/pinboard.in\/tabs\/save\/", "contextMenus" ], "background": { "scripts": [ "savetabset.js", "contextmenu.js" ] }, "browser_action": { "default_icon": "pinboard_19.png" }, "icons": { "16": "pinboard_16.png", "48": "pinboard_48.png", "128": "pinboard_128.png" } } |