WordMark

Not the conventional bookmark.

Qu'est-ce que WordMark ?

WordMark est une extension Chrome développée par Aashay Palliwar, et sa fonction principale est "Not the conventional bookmark.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

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

Téléchargez les fichiers d'extension WordMark 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

                        What can one do with it?

1. Select some text on any random web-page and right click to save it to WordMark's manager with optional remark and category
2. Later from the manager, with just one click, one can open the web-page and automatically scroll down to the same text which is now highlighted. 
3. The extension alerts you if the text you wordMarked has changed.

Other features include:
1. Saving entire browser states (all open tabs) under various categories and optional remarks.
2. From the same launcher, you can launch any saved browser state (i.e. all tabs) in a new window.
3. Manage all these from one page.                    

Informations de Base sur l'Extension

Nom WordMark WordMark
ID lmjcmfpgkiecmjpdokbfmjbmpibmgpcd
URL Officiel https://chromewebstore.google.com/detail/wordmark/lmjcmfpgkiecmjpdokbfmjbmpibmgpcd
Description Not the conventional bookmark.
Taille du Fichier 278 KB
Nombre d'Installations 40
Version Actuelle 0.0.1
Dernière Mise à Jour 2020-05-31
Date de Publication 2020-05-31
Évaluation 5.00/5 Total 1 Évaluations
Développeur Aashay Palliwar
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://aashaypalliwar.github.io
URL de la Page d'Aide https://aashaypalliwar.github.io
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WordMark",
    "description": "Not the conventional bookmark.",
    "version": "0.0.1",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "WordMark"
    },
    "icons": {
        "512": "logo512.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "activeTab",
        "*:\/\/*\/*"
    ]
}