InstapaperBookmarklet

Send web page to Instapaper using its bookmarklet

InstapaperBookmarkletคืออะไร?

InstapaperBookmarklet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Chen Yufei และคุณลักษณะหลักของมันคือ "Send web page to Instapaper using its bookmarklet"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย InstapaperBookmarklet

ดาวน์โหลดไฟล์ส่วนขยาย InstapaperBookmarklet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        If you like to hide bookmarks bar while want quick access to Instapaper bookmarklet, this extension is designed for you.

Feature:

Add a button to the toolbar,

Single click: run Instapaper bookmarklet on current page (if current page has no URL, open Instapaper unread page)
Double click: open Instapaper unread page in new tab

In my experience, the bookmarklet works better than other send to Instapaper extensions. (e.g. handles article title better, works on Google Reader.) That's why I created this extension instead of using existing ones.

Credit:

The idea of double click to open unread page and the implementation trick comes from Jamie, who provides a similar extension for Chrome. But it's not updated since Sept. 2010 and does not work for me. So I created this new one, using Chrome's new event page which should save resource usage.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ InstapaperBookmarklet InstapaperBookmarklet
ID pdonlgemdelmcociimallnipoijcfkac
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/instapaperbookmarklet/pdonlgemdelmcociimallnipoijcfkac
คำอธิบาย Send web page to Instapaper using its bookmarklet
ขนาดไฟล์ 39.6 KB
จำนวนการติดตั้ง 68
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2013-04-20
วันที่เผยแพร่ 2013-04-20
คะแนน 3.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Chen Yufei
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/cyfdecyf/InstapaperBookmarklet
URL หน้าช่วยเหลือ https://github.com/cyfdecyf/InstapaperBookmarklet/issues
ภาษาที่รองรับ en
manifest.json
{
    "browser_action": {
        "default_icon": {
            "19": "icon-19.png",
            "38": "icon-38.png"
        }
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Send web page to Instapaper using its bookmarklet",
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "name": "InstapaperBookmarklet",
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "options_page": "options.html",
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "version": "1.2"
}