InstapaperBookmarklet

Send web page to Instapaper using its bookmarklet

Qu'est-ce que InstapaperBookmarklet ?

InstapaperBookmarklet est une extension Chrome développée par Chen Yufei, et sa fonction principale est "Send web page to Instapaper using its bookmarklet".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension InstapaperBookmarklet

Téléchargez les fichiers d'extension InstapaperBookmarklet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom InstapaperBookmarklet InstapaperBookmarklet
ID pdonlgemdelmcociimallnipoijcfkac
URL Officiel https://chromewebstore.google.com/detail/instapaperbookmarklet/pdonlgemdelmcociimallnipoijcfkac
Description Send web page to Instapaper using its bookmarklet
Taille du Fichier 39.6 KB
Nombre d'Installations 68
Version Actuelle 1.2
Dernière Mise à Jour 2013-04-20
Date de Publication 2013-04-20
Évaluation 3.50/5 Total 2 Évaluations
Développeur Chen Yufei
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/cyfdecyf/InstapaperBookmarklet
URL de la Page d'Aide https://github.com/cyfdecyf/InstapaperBookmarklet/issues
Langues Prises en Charge 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"
}