Dynalist link helper
Extension converts active tab title and URL to a Dynalist markdown, then copies it to clipboard. Example: Launching extension in…
Vad är Dynalist link helper?
Dynalist link helper är en Chrome-tillägg utvecklad av yochees, och dess huvudfunktion är "Extension converts active tab title and URL to a Dynalist markdown, then copies it to clipboard. Example: Launching extension in…".
Ladda ner Dynalist link helper-förlängningens CRX-fil
Ladda ner Dynalist link helper-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
                        Extension converts active tab title and URL to a Dynalist markdown, then copies it to clipboard.
Example: 
Launching extension in a page with title "My page" and URL "www.mypage.com" will generate string [My page](www.mypage.com) ready to be pasted.
For easier use - set keyboard shortchut at menu > more tools > extensions > keyboard shortcuts.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | npfkmhfnnflmldbgkbkkjopapnfgmdca | 
| Officiell webbadress | https://chromewebstore.google.com/detail/dynalist-link-helper/npfkmhfnnflmldbgkbkkjopapnfgmdca | 
| Beskrivning | Extension converts active tab title and URL to a Dynalist markdown, then copies it to clipboard. Example: Launching extension in… | 
| Filstorlek | 117 KB | 
| Antal Installationer | 25 | 
| Aktuell Version | 0.1 | 
| Senast Uppdaterad | 2017-11-21 | 
| Publiceringsdatum | 2017-11-21 | 
| Betyg | 5.00/5 Totalt 1 Betyg | 
| Utvecklare | yochees | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Stödda Språk | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dynalist link helper",
    "version": "0.1",
    "permissions": [
        "tabs",
        "clipboardWrite"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "  |  |