Timeline - Your X (Twitter) History

Timeline provides a unique service to X (Twitter) users, automatically saving posts that appear on your timeline (up to 100…

Timeline - Your X (Twitter) Historyคืออะไร?

Timeline - Your X (Twitter) History เป็นส่วนขยายของ Chrome ที่พัฒนาโดย RiverTwilight และคุณลักษณะหลักของมันคือ "Timeline provides a unique service to X (Twitter) users, automatically saving posts that appear on your timeline (up to 100…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Timeline - Your X (Twitter) History

ดาวน์โหลดไฟล์ส่วนขยาย Timeline - Your X (Twitter) History ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Timeline provides a unique service to X (Twitter) users, automatically saving posts that appear on your timeline (up to 100 tweets), offering a multitude of features, all while ensuring privacy and complete offline functionality.

===Features===

- Auto-Save: Timeline automatically saves tweets you come across in your X (Twitter) timeline and can also mark posts as engaged based on your browsing patterns.

- Preview: Effortlessly preview both the text and any associated images of saved tweets directly from the extension.

- Data Export: Conveniently export your data to JSON, providing a simple way to backup or analyze your Twitter interactions.

- Delete Anything: You can feel free to delete any history as you want, or clear all history in one-click.

- Bookmark Export: Use Timeline to export your bookmarked Twitter content, making it easier than ever to collate your most important tweets.

- Open-Source & Privacy-Conscious: With its open-source nature, you can be assured of complete transparency. Timeline values your privacy, ensuring that no data is ever collected.

===Privacy===

Timeline works entirely offline, which means it doesn't require any network access. We are committed to upholding your privacy and never collect any user data. With Timeline, your tweets are yours alone. Browse, save, and interact with your Twitter feed with peace of mind.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Timeline - Your X (Twitter) History Timeline - Your X (Twitter) History
ID fdmmhjkfeembndibfcpiaohjhlnafnpd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/timeline-your-x-twitter-h/fdmmhjkfeembndibfcpiaohjhlnafnpd
คำอธิบาย Timeline provides a unique service to X (Twitter) users, automatically saving posts that appear on your timeline (up to 100…
ขนาดไฟล์ 505 KB
จำนวนการติดตั้ง 78
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2023-08-04
วันที่เผยแพร่ 2023-08-01
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา RiverTwilight
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/RiverTwilight/Timeline
URL หน้าช่วยเหลือ https://github.com/RiverTwilight/Timeline/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Timeline - Your X (Twitter) History",
    "manifest_version": 3,
    "version": "1.2",
    "icons": {
        "16": ".\/icon\/android-icon-36x36.png",
        "48": ".\/icon\/android-icon-48x48.png",
        "96": ".\/icon\/android-icon-96x96.png",
        "128": ".\/icon\/icon-128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "all_frames": true,
            "js": [
                "content.bundle.cjs.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": ".\/icon\/android-icon-36x36.png",
            "48": ".\/icon\/android-icon-48x48.png"
        }
    }
}