Airstory

Capture research and use it in your writing - no matter where you write online.

Airstoryคืออะไร?

Airstory เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://airstory.co และคุณลักษณะหลักของมันคือ "Capture research and use it in your writing - no matter where you write online."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Airstory

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

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

                        Put an end to copying and pasting interesting quotes, data points, images and more you find online.

Now with Airstory, you can save your favorite online research as a note. Then drag that note into any space you write online. Your note automatically merges _with_ the source URL included (so you can cite in a snap).

1. Click the Airstory icon in your Chrome browser (or right-click on a page).
2. Highlight and clip a single text snippet or multiple snippets as you scroll down a page. Select any images you want.
3. Tag it for easy future use.
4. Save it as a reusable note right inside Airstory.

Any time you want to make your writing more convincing, open up Airstory and drag one or more notes into your writing.

Great for:
- Business
- Students
- TAs and RAs
- Academics
- Content creators
- Copywriters

Drag notes into Gmail. Google Docs. And anywhere else you write online.                    

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

ชื่อ Airstory Airstory
ID hbbiclkampjdicikmgffdlmpneocglgp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/airstory/hbbiclkampjdicikmgffdlmpneocglgp
คำอธิบาย Capture research and use it in your writing - no matter where you write online.
ขนาดไฟล์ 917 KB
จำนวนการติดตั้ง 8,006
เวอร์ชันปัจจุบัน 2.3.0
อัปเดตครั้งล่าสุด 2021-01-29
วันที่เผยแพร่ 2019-04-28
คะแนน 4.67/5 รวมทั้งหมด 27 คะแนน
ผู้พัฒนา https://airstory.co
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.airstory.co/
URL หน้าช่วยเหลือ http://help.airstory.co/
URL หน้านโยบายความเป็นส่วนตัว https://airstory.co/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Airstory",
    "description": "Capture research and use it in your writing - no matter where you write online.",
    "version": "2.3.0",
    "browser_action": {
        "default_icon": {
            "16": "images\/icons\/16.png",
            "24": "images\/icons\/24.png",
            "32": "images\/icons\/32.png",
            "64": "images\/icons\/64.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "Airstory"
    },
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "57.0"
        }
    },
    "background": {
        "scripts": [
            "dist\/background.min.js"
        ]
    },
    "icons": {
        "16": "images\/icons\/16.png",
        "48": "images\/icons\/48.png",
        "128": "images\/icons\/128.png"
    },
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "",
        "contextMenus",
        "cookies",
        "storage",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        "images\/*",
        "html\/*"
    ]
}