Add links to BaseCamp's TODOs

Adds comment links to each TODO listed in the /todo_lists page.

Vad är Add links to BaseCamp's TODOs?

Add links to BaseCamp's TODOs är en Chrome-tillägg utvecklad av Maurizio De Magnis, och dess huvudfunktion är "Adds comment links to each TODO listed in the /todo_lists page.".

Tilläggsskärmbilder

screenshot

Ladda ner Add links to BaseCamp's TODOs-förlängningens CRX-fil

Ladda ner Add links to BaseCamp's TODOs-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn Add links to BaseCamp's TODOs Add links to BaseCamp's TODOs
ID ehlpallniimegfphleocbojlgcogmeng
Officiell webbadress https://chromewebstore.google.com/detail/add-links-to-basecamps-to/ehlpallniimegfphleocbojlgcogmeng
Beskrivning Adds comment links to each TODO listed in the /todo_lists page.
Filstorlek 44.13 KB
Antal Installationer 12
Aktuell Version 0.1
Senast Uppdaterad 2012-05-31
Publiceringsdatum 2012-05-31
Betyg 1.00/5 Totalt 1 Betyg
Utvecklare Maurizio De Magnis
Betalningssätt free
Tilläggswebbplats https://github.com/olistik/chrome-ext-basecamp-todo-lists-links
Stödda Språk en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Add links to BaseCamp's TODOs",
    "version": "0.1",
    "manifest_version": 2,
    "description": "Adds comment links to each TODO listed in the \/todo_lists page.",
    "icons": {
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.basecamphq.com\/todo_lists"
            ],
            "js": [
                "jquery.js",
                "content_script.js"
            ]
        }
    ]
}