Threadia
You can read the threads as blog posts and share the blog pages as threads in a click.
Co je Threadia?
Threadia je rozšíření Chrome vyvinuté hallackerem, a jeho hlavní funkcí je „You can read the threads as blog posts and share the blog pages as threads in a click.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Threadia
Stáhněte si soubory rozšíření Threadia 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í
You can read the threads as blog posts and share the blog pages as threads in a click. Threadia helps you by turning Twitter threads into a readable page. It also helps you share blog posts as a thread. The main features of the application are; * You can get a summary of the blog post you will share. * You can generate hashtags from your blog post to increase the interaction of the thread. Threadia protects you from getting lost between hard-to-read threads, increases your social visibility by sharing blogs as threads with hashtags.
Základní Informace o Rozšíření
Název | |
ID | fmecnpcdaiediolnohoiebdkphdlihio |
Oficiální URL | https://chrome.google.com/webstore/detail/threadia/fmecnpcdaiediolnohoiebdkphdlihio |
Popis | You can read the threads as blog posts and share the blog pages as threads in a click. |
Velikost souboru | 14.4 KB |
Počet instalací | 101 |
Aktuální Verze | 0.0.0.3 |
Poslední Aktualizace | 2020-07-26 |
Datum Vydání | 2020-07-03 |
Hodnocení | 3.67/5 Celkem 3 Hodnocení |
Vývojář | hallackerem |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://threadia.com/ |
URL Stránky Nápovědy | https://threadia.com/ |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Threadia", "short_name": "Threadia", "version": "0.0.0.3", "version_name": "0.0.0.3", "description": "You can read the threads as blog posts and share the blog pages as threads in a click.", "browser_action": { "default_icon": "icons\/threadia-48.png" }, "content_scripts": [ { "matches": [ "https:\/\/threadia.com\/*", "https:\/\/twitter.com\/*" ], "js": [ "content.js" ], "all_frames": true } ], "icons": { "16": "icons\/threadia-16.png", "48": "icons\/threadia-48.png", "128": "icons\/threadia-128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "homepage_url": "https:\/\/threadia.com\/", "permissions": [ "storage", "contextMenus", "tabs", "https:\/\/threadia.com\/*", "https:\/\/twitter.com\/*", "https:\/\/medium.com\/*" ] } |