Backburner: Bookmark with a screenshot

Bookmarking the part of a webpage that you need with a screenshot.

Qu'est-ce que Backburner: Bookmark with a screenshot ?

Backburner: Bookmark with a screenshot est une extension Chrome développée par Technopy, et sa fonction principale est "Bookmarking the part of a webpage that you need with a screenshot.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Backburner: Bookmark with a screenshot

Téléchargez les fichiers d'extension Backburner: Bookmark with a screenshot 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

                        Bookmarking the part of a webpage that you need with a screenshot.

Simply click the burner icon then click "Save Page" and instantly a screenshot will be saved of your current tab along with the link and title of the tab.

Features:

- Save screenshot, title, and URL of current active tab
- View information as a list in a web page
- Open new tab to saved links
- Delete saved links                    

Informations de Base sur l'Extension

Nom Backburner: Bookmark with a screenshot Backburner: Bookmark with a screenshot
ID ellkfjbeabdphmdafdmcmfffmjaddbbo
URL Officiel https://chromewebstore.google.com/detail/backburner-bookmark-with/ellkfjbeabdphmdafdmcmfffmjaddbbo
Description Bookmarking the part of a webpage that you need with a screenshot.
Taille du Fichier 78.63 KB
Nombre d'Installations 70
Version Actuelle 1.37
Dernière Mise à Jour 2018-04-08
Date de Publication 2018-04-07
Évaluation 4.00/5 Total 4 Évaluations
Développeur Technopy
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Backburner: Bookmark with a screenshot",
    "version": "1.37",
    "manifest_version": 2,
    "description": "Bookmarking the part of a webpage that you need with a screenshot.",
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "save_page.html"
    },
    "icons": {
        "128": "icons\/icon.png"
    },
    "permissions": [
        "",
        "tabs",
        "storage",
        "unlimitedStorage"
    ]
}