Add links to BaseCamp's TODOs
Adds comment links to each TODO listed in the /todo_lists page.
Hvad er Add links to BaseCamp's TODOs?
Add links to BaseCamp's TODOs er en Chrome-udvidelse udviklet af Maurizio De Magnis, og dens hovedfunktion er "Adds comment links to each TODO listed in the /todo_lists page.".
Udvidelsesskærmbilleder
Download Add links to BaseCamp's TODOs-udvidelses-CRX-fil
Download Add links to BaseCamp's TODOs-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ehlpallniimegfphleocbojlgcogmeng |
| Officiel URL | https://chromewebstore.google.com/detail/add-links-to-basecamps-to/ehlpallniimegfphleocbojlgcogmeng |
| Beskrivelse | Adds comment links to each TODO listed in the /todo_lists page. |
| Filstørrelse | 44.13 KB |
| Antal Installationer | 12 |
| Nuværende Version | 0.1 |
| Senest Opdateret | 2012-05-31 |
| Udgivelsesdato | 2012-05-31 |
| Bedømmelse | 1.00/5 Samlet 1 Bedømmelser |
| Udvikler | Maurizio De Magnis |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/olistik/chrome-ext-basecamp-todo-lists-links |
| Understøttede Sprog | 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"
]
}
]
} | |