DevTwitter
Bringing dev.to headlines and other @ThePracticalDev goodies into your Twitter browsing experience.
Co je DevTwitter?
DevTwitter je rozšíření Chrome vyvinuté Forem, a jeho hlavní funkcí je „Bringing dev.to headlines and other @ThePracticalDev goodies into your Twitter browsing experience.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření DevTwitter
Stáhněte si soubory rozšíření DevTwitter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Headlines from https://dev.to are placed right below trends, so you can keep up to date with the latest dev content while you browse Twitter. This project is open source. Read or contribute to the code source by visiting https://github.com/thepracticaldev/DevTwitter This is the most basic version of the extension. I think there is a lot more we can do with it, so please feel free to contribute on GitHub.
Základní Informace o Rozšíření
Název | DevTwitter |
ID | fhlipionhojfohecgljcljbpblojlaef |
Oficiální URL | https://chromewebstore.google.com/detail/devtwitter/fhlipionhojfohecgljcljbpblojlaef |
Popis | Bringing dev.to headlines and other @ThePracticalDev goodies into your Twitter browsing experience. |
Velikost souboru | 30.6 KB |
Počet instalací | 44 |
Aktuální Verze | 0.0.4 |
Poslední Aktualizace | 2017-03-25 |
Datum Vydání | 2017-03-24 |
Hodnocení | 5.00/5 Celkem 4 Hodnocení |
Vývojář | Forem |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://dev.to |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DevTwitter", "version": "0.0.4", "manifest_version": 2, "description": "Bringing dev.to headlines and other @ThePracticalDev goodies into your Twitter browsing experience.", "homepage_url": "https:\/\/github.com\/thepracticaldev\/DevTwitter", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "https:\/\/dev.to\/api\/articles" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/", "https:\/\/twitter.com\/*" ], "js": [ "src\/inject.js" ] } ] } |