Add it for Trello
This extension lets you add new cards to boards/lists and attach the current page as a comment
Wat is Add it for Trello?
Add it for Trello is een Chrome-extensie ontwikkeld door wyegelwel, en de belangrijkste functie is "This extension lets you add new cards to boards/lists and attach the current page as a comment".
Extensie Screenshots
Download het CRX-bestand van de extensie Add it for Trello
Download Add it for Trello-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
Add cards to Trello from any page. The extension is fairly simple, the screenshots should explain it all. Github link: https://github.com/wyegelwel/Trello_It
Basisinformatie over de Extensie
Naam | Add it for Trello |
ID | gcojdlkfcjmklneaoniagdciohpoblch |
Officiële URL | https://chromewebstore.google.com/detail/add-it-for-trello/gcojdlkfcjmklneaoniagdciohpoblch |
Beschrijving | This extension lets you add new cards to boards/lists and attach the current page as a comment |
Bestandsgrootte | 768 KB |
Aantal Installaties | 132 |
Huidige Versie | 0.3 |
Laatst Bijgewerkt | 2015-07-28 |
Publicatiedatum | 2015-07-27 |
Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | wyegelwel |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Add it for Trello", "description": "This extension lets you add new cards to boards\/lists and attach the current page as a comment", "version": "0.3", "browser_action": { "default_icon": "images\/Trello_it_logo.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/api.trello.com https:\/\/ssl.google-analytics.com https:\/\/ajax.googleapis.com; object-src 'self'", "permissions": [ "https:\/\/trello.com\/", "https:\/\/api.trello.com\/", "tabs" ] } |