Pinboard.in 'Save a Bookmark' button
A simple button that shows the Pinboard.in 'Save a Bookmark' page and supports bookmark descriptions based on selection.
Pinboard.in 'Save a Bookmark' buttonคืออะไร?
Pinboard.in 'Save a Bookmark' button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Boris Terzic และคุณลักษณะหลักของมันคือ "A simple button that shows the Pinboard.in 'Save a Bookmark' page and supports bookmark descriptions based on selection."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pinboard.in 'Save a Bookmark' button
ดาวน์โหลดไฟล์ส่วนขยาย Pinboard.in 'Save a Bookmark' button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A very simple single purpose Pinboard ( http://pinboard.in ) extension: it adds an action button next to your address bar and when you click it the normal Pinboard "Save a Bookmark" page (as used in the bookmarklet) will appear in a popup with the current webpage URL and title pre-filled, as well as any text you may have selected for the description field. You can modify any fields, add tags and when saving the bookmark the popup will disappear automatically. I wrote this small plugin since every other Pinboard extension at the time was trying to do more than just allow creating a new bookmark and I wanted to have as little clicks as possible. Requires access to all pages in order to support the "use current selection as description" feature. Full source code of this extension is available on my Github repository: https://github.com/aggregat4/chrome-extensions/tree/master/pinboard-save-bookmark Changelog: 1.0.6 - Small typo caused a bug that prevented the popup from showing, should be fixed.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Pinboard.in 'Save a Bookmark' button |
ID | geojpngopndpffccbfgekncdgmgchmgh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pinboardin-save-a-bookmar/geojpngopndpffccbfgekncdgmgchmgh |
คำอธิบาย | A simple button that shows the Pinboard.in 'Save a Bookmark' page and supports bookmark descriptions based on selection. |
ขนาดไฟล์ | 6.81 KB |
จำนวนการติดตั้ง | 198 |
เวอร์ชันปัจจุบัน | 1.0.10 |
อัปเดตครั้งล่าสุด | 2013-06-28 |
วันที่เผยแพร่ | 2013-06-28 |
คะแนน | 3.38/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | Boris Terzic |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/aggregat4/chrome-extensions/tree/master/pinboard-save-bookmark |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pinboard.in 'Save a Bookmark' button", "version": "1.0.10", "description": "A simple button that shows the Pinboard.in 'Save a Bookmark' page and supports bookmark descriptions based on selection.", "background": { "page": "background.html" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs" ], "icons": { "16": "bluepin16x16.png", "48": "bluepin48x48.png", "128": "bluepin128x128.png" }, "browser_action": { "default_icon": "bluepin16x16.png" } } |