Add links to BaseCamp's TODOs
Adds comment links to each TODO listed in the /todo_lists page.
Wat is Add links to BaseCamp's TODOs?
Add links to BaseCamp's TODOs is een Chrome-extensie ontwikkeld door Maurizio De Magnis, en de belangrijkste functie is "Adds comment links to each TODO listed in the /todo_lists page.".
Extensie Screenshots
Download het CRX-bestand van de extensie Add links to BaseCamp's TODOs
Download Add links to BaseCamp's TODOs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
| Naam | |
| ID | ehlpallniimegfphleocbojlgcogmeng |
| Officiële URL | https://chromewebstore.google.com/detail/add-links-to-basecamps-to/ehlpallniimegfphleocbojlgcogmeng |
| Beschrijving | Adds comment links to each TODO listed in the /todo_lists page. |
| Bestandsgrootte | 44.13 KB |
| Aantal Installaties | 12 |
| Huidige Versie | 0.1 |
| Laatst Bijgewerkt | 2012-05-31 |
| Publicatiedatum | 2012-05-31 |
| Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Maurizio De Magnis |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/olistik/chrome-ext-basecamp-todo-lists-links |
| Ondersteunde Talen | 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"
]
}
]
} | |