tweetflick
The smart way to save, organise, and access the tweets and threads you find useful.
什麼是tweetflick?
tweetflick是由tweetflickapp開發的Chrome擴展程式,該擴展的主要功能是“The smart way to save, organise, and access the tweets and threads you find useful.”。
擴展截圖
下載tweetflick擴展crx文件
下載tweetflick擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The best way to save, organize, and access the tweets and threads you find most useful. Tweetflick is your personal bookmark manager designed for Twitter power users. Build your LIBRARY OF TWEETS. Save. Organize. Search your tweets like pro. SAVE WITH ONE CLICK. Just hit the icon in our Chrome extension that appears on each tweet in your Twitter timeline. ORGANIZE IMMEDIATELY. Instantly save to one of your collections and add tags to help find tweets later. ADVANCED SEARCH Use our search bar and advanced filters to extract and fetch your tweets like pro. To use this extension you must first sign in at https://tweetflick.com
擴展基本資訊
名稱 | |
ID | mcneiehjehnljcginchohedbnncpejdl |
官方網址 | https://chrome.google.com/webstore/detail/mcneiehjehnljcginchohedbnncpejdl |
簡介 | The smart way to save, organise, and access the tweets and threads you find useful. |
檔案大小 | 1.15 MB |
安裝次數 | 266 |
目前版本 | 2.4 |
更新時間 | 2023-02-05 |
上架時間 | 2020-12-26 |
評分 | 4.67/5 共 3 次評分 |
開發者 | tweetflickapp |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://tweetflick.com/ |
隱私政策頁面URL | https://tweetflick.com/privacy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "tweetflick", "description": "The smart way to save, organise, and access the tweets and threads you find useful.", "version": "2.4", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_title": "tweetflick", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/mobile.twitter.com\/*" ], "js": [ "content.js" ], "css": [ "tags.css" ] } ], "permissions": [ "cookies" ], "host_permissions": [ "https:\/\/tweetflick.com\/*", "https:\/\/app.tweetflick.com\/*", "http:\/\/localhost:3000\/*", "https:\/\/twitter.com\/*", "https:\/\/mobile.twitter.com\/*", "https:\/\/tweetflick-front.axeldemos.com\/*", "https:\/\/tweetflick-landing.axeldemos.com\/*" ] } |