Twilar
Save web contents to Twilar
What is Twilar?
Twilar is a Chrome extension developed by https://twilar.com, and its main feature is "Save web contents to Twilar".
Extension Screenshots
Download Twilar Extension CRX File
Download Twilar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Twilar is a read-it-later app which can store web pages into iCloud. You can read it later, save it forever. This extension can save any contents to Twilar. You can download the Twilar app at: https://www.twilar.com/
Extension Basic Information
Name | Twilar |
ID | fbbnpclahnehcnebgicjfbjgiincckod |
Official URL | https://chromewebstore.google.com/detail/twilar/fbbnpclahnehcnebgicjfbjgiincckod |
Description | Save web contents to Twilar |
File Size | 347 KB |
Installation Count | 663 |
Current Version | 1.1.1 |
Last Updated | 2022-06-14 |
Publish Date | 2021-09-09 |
Rating | 3.25/5 Total 4 Ratings |
Developer | https://twilar.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.twilar.com |
Help Page URL | https://www.twilar.com |
Privacy Policy Page URL | https://www.twilar.com/privacy |
Supported Languages | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twilar", "description": "Save web contents to Twilar", "version": "1.1.1", "default_locale": "en", "options_page": "options.html", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/ck.js", "js\/vendor.js", "js\/content_script.js" ], "css": [ "js\/content_script.css" ] } ], "web_accessible_resources": [ { "resources": [ "js\/ck.js", "images\/*" ], "matches": [ " |